home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / d_dotos2.zip / INSTALL.INF < prev    next >
INI File  |  1996-06-02  |  2KB  |  70 lines

  1. [dialog]
  2.     caption = "DustyDOTs Installation"
  3.     line1 = "Installing DustyDOTs"
  4. ; The diskkfmt is [optional] remove this line entirely to not show Total Disk space needed.
  5.     diskkfmt = "Total Disk Requirement: %dK"
  6.  
  7. [buttons]
  8. ;1-on/0-off, K-needed, "button text"
  9. ;First item is a dummy and indicates base-level (installLevel 0) required. It is the total K required.
  10. ;Subsequent items control inclusion/exclusion of installLevel N. Upto 4 checkboxes.
  11.     1, 1470, "Total K Needed for everything."
  12.  
  13. [data]
  14. ; Below defdir is known as 0: as a destination ONLY and libdir is known as L:
  15.     defdir = C:\os2dot
  16.     libdir = W:RlzRun20
  17.  dlldir = W:DLL
  18.  
  19. [disks]
  20.     1 =., "DustyDOTs Disk 1"
  21.     2 =., "DustyDOTs Disk 2"
  22.  
  23. [app.tree]
  24. ; Must be #appN where N is the installLevel at least one line per destination directory.  SPECIAL, 0: indicates user-
  25. ; specified data.defdir (default above),  SPECIAL, L: indicates data.libdir (default above) if present, else same as "0:".
  26.     #app0.main,            0:
  27.     #app0.lib,            L:
  28.     #app0.dll,            D:
  29.  
  30. ; In each section, list of source files.  The 1: or 2: only matters when the file is not found, in which
  31. ; case it selects a prompt from the [disks] section above.
  32. [app0.main]
  33.     1:os2dot.exe,   "Application"
  34.     1:CA_PRINT.DLL
  35.     1:obj3d.dll
  36.     1:reados2.txt
  37.     1:dot_titl.scr
  38.     1:dotos2.hlp
  39.     1:dotsave1.dsv
  40.     1:dotsave2.dsv
  41.     1:dotsave3.dsv
  42.     1:dotsave4.dsv
  43.     1:dotsave5.dsv
  44.     1:dotsave6.dsv
  45.     1:dotsave7.dsv
  46.     1:dotsave8.dsv
  47.     1:dotsave9.dsv
  48.  
  49. [app0.lib]
  50.     1:RlzRun20.RTS,   "Runtime Libraries"
  51.  
  52. [app0.dll]
  53.     2:CABLE.DLL,   "Runtime DLLs"
  54.  
  55. [progman.groups]
  56. ; Groupname [,any 2nd param indicates do not minimize] The application name literally must match below.
  57. "os2dot" ,1
  58.  
  59. [os2dot]
  60. ;installLevel, "Title", cmdLine [, iconFile [, iconDex]]
  61.     0, "os2dot",        0:os2dot.exe
  62.  
  63. ;[inifiles]
  64. ;0, inifilename, sectionheader
  65. ;    followed by any number of:
  66. ;1, variable, string
  67. ;    0, Junk1.INI, "Junk section"
  68. ;    1, Maximized, 1
  69.  
  70.